home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / utility / cenvid / prmptday.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-04  |  286 b   |  9 lines

  1. @echo OFF
  2. REM **********************************************
  3. REM *** PrmptDay.bat - Set the prompt with the ***
  4. REM *** ver.1          day preceding it        ***
  5. REM **********************************************
  6.  
  7. cenvi sprintf(PROMPT,"%%.10s %%s",ctime(time()),"$P$G  $H");
  8.  
  9.